![]() | ![]() | ![]() | ![]() |
When doing an Action C installation of SAS 9.2 on z/OS, the SAS/CONNECT spawner samples high-level-qualifier.BAMISC(SPNCCNTL) and high-level-qualifier.BAMISC(SPNCSHEL) are incorrect, where high-level-qualifier is the high-level-qualifier that you specified when you installed SAS 9.2.
The STEPLIB concatenation in high-level-qualifier.BAMISC(SPNCCNTL) does not include the staged LIBE SAS library and should be corrected to the following:
//STEPLIB DD DISP=SHR, // DSN=high-level-qualifier.SL.LIBRARY // DD DISP=SHR, // DSN=high-level-qualifier.LIBRARY // DD DISP=SHR,DSN=high-level-qualifier.LIBE
Also, the sample shell script high-level-qualifier.SL.BAMISC(SPNCSHEL) points to the production configuration file high-level-qualifier.SASRXCFG and the production high-level-qualifier.SASRX file rather than the staged version of these files. These files should be corrected as follows:
cfg="'high-level-qualifier.SL.SASRXCFG(REXX${language}W0)'" . . export SYSPROC=high-level-qualifier.SL.SASRX
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS/CONNECT | z/OS | 9.21 | 9.21 | 9.2 TS2M0 | 9.2 TS2M3 |